home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-05-03 | 11.8 KB | 370 lines |
- # Makefile generated by imake - do not edit!
- # $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $
- #
- # The cpp used on this machine replaces all newlines and multiple tabs and
- # spaces in a macro expansion with a single space. Imake tries to compensate
- # for this, but is not always successful.
- #
-
- ###########################################################################
- # Makefile generated from "Imake.tmpl" and <Imakefile>
- # $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $
- #
- # Platform-specific parameters may be set in the appropriate .cf
- # configuration files. Site-wide parameters may be set in the file
- # site.def. Full rebuilds are recommended if any parameters are changed.
- #
- # If your C preprocessor doesn't define any unique symbols, you'll need
- # to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
- # "make Makefile", "make Makefiles", or "make World").
- #
- # If you absolutely can't get imake to work, you'll need to set the
- # variables at the top of each Makefile as well as the dependencies at the
- # bottom (makedepend will do this automatically).
- #
-
- ###########################################################################
- # platform-specific configuration parameters - edit sco.cf to change
-
- # platform: SCO sco.cf
-
- PATH = /bin:/usr/bin:/usr/bin/X11
-
- ###########################################################################
- # site-specific configuration parameters - edit site.def to change
-
- # site: $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $
-
- SHELL = /bin/sh
-
- TOP = .
- CURRENT_DIR = .
-
- AR = ar cq
- ASM = as
- BOOTSTRAPCFLAGS = -Dsco
- CC = cc
-
- COMPRESS = compress
- CPP = /lib/cpp $(STD_CPP_DEFINES)
- PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
- INSTALL = /etc/install
- LD = ld
- LINT = lint
- LINTLIBFLAG = -o
- LINTOPTS = -ax
- LN = ln
-
- MAKE = make
-
- MV = mv
- CP = cp
- RANLIB = /bin/true
- RANLIBINSTFLAGS =
- RM = rm -f
- MCS = mcs -p
- ASM_INCLUDES = AmsIncludes
- VENDOR_INCLUDES =
- STD_INCLUDES =
- STD_CPP_DEFINES = -Dsco -DSYSV -DUSG -DMALLOC_0_RETURNS_NULL
- STD_DEFINES = -Dsco -DSYSV -DUSG -DMALLOC_0_RETURNS_NULL
- EXTRA_LOAD_FLAGS =
- EXTRA_LIBRARIES = -lsocket -lmalloc -lPW
- TAGS = ctags
-
- MFLAGS = -$(MAKEFLAGS)
-
- PROTO_DEFINES =
-
- INSTPGMFLAGS =
-
- INSTBINFLAGS = -m 0755
- INSTUIDFLAGS = -m 4755
- INSTLIBFLAGS = -m 0664
- INSTINCFLAGS = -m 0444
- INSTMANFLAGS = -m 0444
- INSTDATFLAGS = -m 0444
- INSTKMEMFLAGS = -m 4755
-
- DESTDIR =
-
- TOP_INCLUDES = -I$(INCROOT)
-
- ASMDEBUGFLAGS =
- ASM_DEFINES =
- CDEBUGFLAGS = -O
- CCOPTIONS =
- COMPATFLAGS =
-
- ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES) $(VENDOR_INCLUDES)
- ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
- ASMFLAGS = $(ASMDEBUGFLAGS) $(ASM_DEFINES) $(ASM_INCLUDES)
- CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
- LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
- LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
- LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
- LDCOMBINEFLAGS = -r
-
- MACROFILE = sco.cf
- RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut *.i
-
- IMAKE_DEFINES =
-
- IRULESRC = $(CONFIGDIR)
- IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES)
-
- ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
- $(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
- $(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)
-
- # X Window System Build Parameters
- # $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
-
- ###########################################################################
- # X Window System make variables; this need to be coordinated with rules
- # $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
-
- PATHSEP = /
- USRLIBDIR = $(DESTDIR)/usr/lib
- SHLIBDIR = $(DESTDIR)/shlib
- ETCDIR = $(DESTDIR)/etc
- BINDIR = $(DESTDIR)/usr/bin/X11
- INCROOT = $(DESTDIR)/usr/include
- BUILDINCROOT = $(TOP)
- BUILDINCDIR = $(BUILDINCROOT)/X11
- BUILDINCTOP = ..
- INCDIR = $(INCROOT)/X11
- ADMDIR = $(DESTDIR)/usr/adm
- LIBDIR = $(USRLIBDIR)/X11
- CONFIGDIR = $(LIBDIR)/config
- LINTLIBDIR = $(USRLIBDIR)/lint
-
- FONTDIR = $(LIBDIR)/fonts
- XINITDIR = $(LIBDIR)/xinit
- XDMDIR = $(LIBDIR)/xdm
- AWMDIR = $(LIBDIR)/awm
- TWMDIR = $(LIBDIR)/twm
- GWMDIR = $(LIBDIR)/gwm
- MANPATH = $(DESTDIR)/usr/man
- MANSOURCEPATH = $(MANPATH)/man
- MANDIR = $(MANSOURCEPATH)n
- LIBMANDIR = $(MANSOURCEPATH)3
- XAPPLOADDIR = $(LIBDIR)/app-defaults
-
- FONTCFLAGS = -t
-
- INSTAPPFLAGS = $(INSTDATFLAGS)
-
- IMAKE = imake
- DEPEND = makedepend
- RGB = rgb
- FONTC = bdftosnf
- MKFONTDIR = mkfontdir
- MKDIRHIER = /bin/sh $(BINDIR)/mkdirhier.sh
-
- CONFIGSRC = $(TOP)/config
- CLIENTSRC = $(TOP)/clients
- DEMOSRC = $(TOP)/demos
- LIBSRC = $(TOP)/lib
- FONTSRC = $(TOP)/fonts
- INCLUDESRC = $(TOP)/X11
- SERVERSRC = $(TOP)/server
- UTILSRC = $(TOP)/util
- SCRIPTSRC = $(UTILSRC)/scripts
- EXAMPLESRC = $(TOP)/examples
- CONTRIBSRC = $(TOP)/../contrib
- DOCSRC = $(TOP)/doc
- RGBSRC = $(TOP)/rgb
- DEPENDSRC = $(UTILSRC)/makedepend
- IMAKESRC = $(CONFIGSRC)
- XAUTHSRC = $(LIBSRC)/Xau
- XLIBSRC = $(LIBSRC)/X
- XLIBSRC_S = $(LIBSRC)/X_s
- XMUSRC = $(LIBSRC)/Xmu
- TOOLKITSRC = $(LIBSRC)/Xt
- AWIDGETSRC = $(LIBSRC)/Xaw
- OLDXLIBSRC = $(LIBSRC)/oldX
- XDMCPLIBSRC = $(LIBSRC)/Xdmcp
- BDFTOSNFSRC = $(FONTSRC)/bdftosnf
- MKFONTDIRSRC = $(FONTSRC)/mkfontdir
- EXTENSIONSRC = $(TOP)/extensions
-
- DEPEXTENSIONLIB = $(USRLIBDIR)/libXext.a
- EXTENSIONLIB = -lXext
-
- DEPXLIB = $(DEPEXTENSIONLIB) $(USRLIBDIR)/libX11.a
- XLIB = $(EXTENSIONLIB) -lX11
-
- XLIBARCHIVE = $(EXTENSIONLIB) -lX11
- DEPXAUTHLIB = $(USRLIBDIR)/libXau.a
- XAUTHLIB = -lXau
-
- DEPXMULIB = $(USRLIBDIR)/libXmu.a
- XMULIB = -lXmu
-
- DEPOLDXLIB = $(USRLIBDIR)/liboldX.a
- OLDXLIB = -loldX
-
- DEPXTOOLLIB = $(USRLIBDIR)/libXt.a
- XTOOLLIB = -lXt
-
- DEPXAWLIB = $(USRLIBDIR)/libXaw.a
- XAWLIB = -lXaw
-
- LINTEXTENSIONLIB = $(USRLIBDIR)/llib-lXext.ln
- LINTXLIB = $(USRLIBDIR)/llib-lX11.ln
- LINTXMU = $(USRLIBDIR)/llib-lXmu.ln
- LINTXTOOL = $(USRLIBDIR)/llib-lXt.ln
- LINTXAW = $(USRLIBDIR)/llib-lXaw.ln
-
- USRINCDIR = $(DESTDIR)/usr/include
- MWM_DEFINES =
- TESTSRC = $(TOP)/tests
- TESTSRCLIB = $(TESTSRC)/lib
-
- TESTCOMSRC = $(TESTSRCLIB)/Common
- TESTCOMLIB = $(TESTCOMSRC)/libCommon.a
-
- MTOOLKITSRC = $(LIBSRC)/Xt
- MWIDGETSRC = $(LIBSRC)/Xm
- XTXMSRC = $(LIBSRC)/XtXm_s
- MRESOURCESRC = $(LIBSRC)/Mrm
- UILSRC = $(CLIENTSRC)/uil
- UIL = uil
- XMTOOLLIB = -lXt
- XMLIB = -lXm
- XTXMLIB = -lXtXm_s
- MRESOURCELIB = -lMrm
- UILLIB = -lUil
- LINTMRESOURCE = -lMrm
- LINTXMWIDGETLIB = $(MWIDGETSRC)/llib-l/Xm.ln
- LINTXMTOOL = $(MTOOLKITSRC)/llib-lXt.ln
- LINTUILLIB = $(UILSRC)/llib-lUil.ln
-
- ###########################################################################
- # Imake rules for building libraries, programs, scripts, and data files
- # rules: $XConsortium: Imake.rules,v 1.70 90/05/04 16:57:30 keith Exp $
-
- .SUFFIXES: .i
-
- .c.i:
- $(CC) -E $(CFLAGS) $< > $*.i
-
- ###########################################################################
- # start of Imakefile
-
- SRCS = xclock.c alarm.c
- OBJS = xclock.o alarm.o
-
- MOTIF = /usr/lib
- MOTIF_LIBS = $(MOTIF)/libXm.a $(MOTIF)/libXt.a
- MOTIF_INCS = -I$(MOTIF)/lib -I$(MOTIF)/lib/Xt
- INCLUDES = -I. $(MOTIF_INCS) -I$(TOP)
- DEFINES = -DHAS_GNU_EMACS
- CFLAGS = $(DEFINES) $(INCLUDES)
-
- LOCAL_LIBRARIES = $(MOTIF_LIBS)
- SYS_LIBRARIES = -lX11 -lm
-
- all:: xclock
-
- PROGRAM = xclock
-
- all:: xclock
-
- xclock: $(OBJS) $(DEPLIBS)
- $(RM) $@; if [ -f $@ ]; then $(MV) $@ $@~; fi ; \
- $(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
-
- install:: xclock
- $(INSTALL) -c $(BINDIR) $(INSTPGMFLAGS) $(INSTALLFLAGS) xclock
-
- install.man:: xclock.man
- $(INSTALL) -c $(INSTMANFLAGS) xclock.man $(MANDIR)/xclock.n
-
- depend::
- $(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)
-
- lint:
- $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
- lint1:
- $(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)
-
- clean::
- $(RM) $(PROGRAM)
-
- ###########################################################################
- # common rules for all Makefiles - do not edit
-
- emptyrule::
-
- clean::
- $(RM_CMD) \#*
-
- Makefile::
- -[ -f Makefile ] && { \
- $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
- }
- $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
-
- tags::
- $(TAGS) -w *.[ch]
- $(TAGS) -xw *.[ch] > TAGS
-
- ###########################################################################
- # empty rules for directories that do not have SUBDIRS - do not edit
-
- install::
- @echo "install in $(CURRENT_DIR) done"
-
- install.man::
- @echo "install.man in $(CURRENT_DIR) done"
-
- Makefiles::
-
- includes::
-
- ###########################################################################
- # dependencies generated by makedepend
-
- # DO NOT DELETE
-
- xclock.o: /usr/include/stdio.h /usr/include/errno.h /usr/include/sys/errno.h
- xclock.o: /usr/include/malloc.h /usr/include/math.h /usr/include/pwd.h
- xclock.o: /usr/include/unistd.h /usr/include/sys/types.h
- xclock.o: /usr/include/sys/unistd.h /usr/include/X11/Xlib.h
- xclock.o: /usr/include/X11/X.h /usr/include/X11/Xos.h /usr/include/string.h
- xclock.o: /usr/include/memory.h /usr/include/fcntl.h /usr/include/sys/fcntl.h
- xclock.o: /usr/include/sys/file.h /usr/include/time.h
- xclock.o: /usr/include/X11/Xutil.h /usr/include/X11/cursorfont.h
- xclock.o: /usr/include/X11/Intrinsic.h /usr/include/X11/Xresource.h
- xclock.o: /usr/include/X11/Core.h /usr/include/X11/Composite.h
- xclock.o: /usr/include/X11/Constraint.h /usr/include/X11/Object.h
- xclock.o: /usr/include/X11/RectObj.h /usr/include/X11/Shell.h
- xclock.o: /usr/include/X11/StringDefs.h /usr/include/Xm/Xm.h
- xclock.o: /usr/include/X11/Vendor.h /usr/include/Xm/VirtKeys.h
- xclock.o: /usr/include/Xm/VendorE.h /usr/include/Xm/ExtObject.h
- xclock.o: /usr/include/Xm/Form.h /usr/include/Xm/BulletinB.h
- xclock.o: /usr/include/Xm/DrawingA.h /usr/include/Xm/PushB.h
- xclock.o: /usr/include/Xm/Label.h /usr/include/Xm/ToggleB.h
- xclock.o: /usr/include/Xm/MenuShell.h /usr/include/Xm/RowColumn.h
- xclock.o: /usr/include/Xm/Separator.h alarm.h catback.xbm catwhite.xbm
- xclock.o: cattie.xbm eyes.xbm tail.xbm analog.xbm digital.xbm cat.xbm
- xclock.o: patchlevel.h
- alarm.o: /usr/include/stdio.h /usr/include/errno.h /usr/include/sys/errno.h
- alarm.o: /usr/include/malloc.h /usr/include/signal.h
- alarm.o: /usr/include/sys/signal.h /usr/include/strings.h
- alarm.o: /usr/include/ctype.h /usr/include/sys/time.h /usr/include/X11/Xlib.h
- alarm.o: /usr/include/sys/types.h /usr/include/X11/X.h
- alarm.o: /usr/include/X11/Xutil.h /usr/include/X11/Intrinsic.h
- alarm.o: /usr/include/X11/Xresource.h /usr/include/X11/Xos.h
- alarm.o: /usr/include/string.h /usr/include/memory.h /usr/include/fcntl.h
- alarm.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
- alarm.o: /usr/include/unistd.h /usr/include/sys/unistd.h /usr/include/time.h
- alarm.o: /usr/include/X11/Core.h /usr/include/X11/Composite.h
- alarm.o: /usr/include/X11/Constraint.h /usr/include/X11/Object.h
- alarm.o: /usr/include/X11/RectObj.h /usr/include/Xm/Xm.h
- alarm.o: /usr/include/X11/Vendor.h /usr/include/Xm/VirtKeys.h
- alarm.o: /usr/include/Xm/VendorE.h /usr/include/Xm/ExtObject.h
- alarm.o: /usr/include/X11/Shell.h alarm.h bell.xbm
-